home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib2 / v_02_06 / 2n06018b < prev    next >
Encoding:
Text File  |  1995-11-01  |  214 b   |  10 lines

  1.  * dh = device "handle" from snooper.h
  2.  * fn = user function (usually d_printf())
  3.  */
  4.  
  5. #ifndef NDEBUG
  6. #define __BREAK(dh,fn)  { d_break(dh); fn; d_exec(); }
  7. #else
  8. #define __BREAK(dh,fn)  ((void) 0)
  9. #endif
  10.